home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1997 August / Walnut Creek CDROM.7z / VOL_400 / 460_01 / YACL0160.ZIP / uidemo / hit_test / main.cxx < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-29  |  228 b   |  19 lines

  1.  
  2.  
  3. // A simple graphics demo using YACL
  4. //
  5. // M. A. Sridhar
  6. // March 1, 1994
  7.  
  8. #include "ui/applic.h"
  9. #include "appwin.h"
  10.  
  11. int UI_Application::Main (int, char* [])
  12. {
  13.     MakeTopWindow (new AppWindow);
  14.     Run();
  15.     return 0;
  16. }
  17.  
  18.  
  19.